cursorRight
sop4618_S
Source
sop4618_S
cursorRight
Description
Source
Call Graph
Start Line: 172
void
sop4618_S::cursorRight
(uint8_t count=1) { if(count >
m_Cols
) return;
cursorMove
('C', count); }